home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / patins.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  502 b   |  13 lines

  1. on exitFrame
  2.   if (the top of sprite 4 > 239) and (the left of sprite 4 > 149) and (the top of sprite 4 < 344) and (the left of sprite 4 < 327) and ((the top of sprite 5 > 226) and (the left of sprite 5 > 145) and (the top of sprite 5 < 248) and (the left of sprite 5 < 346)) then
  3.     set the puppet of sprite 4 to 0
  4.     set the puppet of sprite 5 to 0
  5.     set the visible of sprite 4 to 0
  6.     set the visible of sprite 5 to 0
  7.     updateStage()
  8.     go("c")
  9.   end if
  10.   updateStage()
  11.   go(the frame)
  12. end
  13.